CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - RAM Disk

搜索资源列表

  1. src.tar

    0下载:
  2. Configurable two-level catch. First level - RAM, second level - hard disk.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:8901
    • 提供者:name
  1. ch375

    0下载:
  2. MCS-51单片机C语言的U盘文件读写示例程序, 适用于ATMEL/PHILIPS/SST等具有1KB内部RAM以及双DPTR的单片机,该程序将U盘的/C51/CH375HFT.C文件中的每64字节的前4个字符显示出来(显示4字符,跳过60字符,显示4字符。-MCS-51 microcontroller C language sample program to read and write U disk file for ATMEL/PHILIPS/SST and the other with
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-17
    • 文件大小:104824
    • 提供者:wangping
  1. AppReceiveData

    0下载:
  2. 这个Windows应用程序利用多线程进行接收数据并入盘,也体现了虚拟内存和事件的使用。-Using the Multi_Thread Technology,this Windows program Reiceives data and Writes them into disk.It Also uses the Virtual RAM and event.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1952384
    • 提供者:钱文良
  1. ball

    0下载:
  2. 弹球游戏 编译环境 Win-TC 1.91 要求586以上,8MB内存,2.5MB硬盘空间,支持256色以上的显卡-Compilation environment Win-TC 1.91 requirements 586, 8MB RAM, 2.5MB hard disk space to support more than 256 color graphics
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-30
    • 文件大小:101701
    • 提供者:
  1. effs_fat262

    0下载:
  2. HCC-Embedded Embedded Flash File System FAT12/16/32 Implementation Guide This guide is intended for use by embedded software engineers who have should have a knowl edge of the C programming language, standard file API s who wish to implement
  3. 所属分类:Development Research

    • 发布日期:2017-03-29
    • 文件大小:153235
    • 提供者:liyuechuan
  1. two-phase-merge_sort-

    0下载:
  2. 通过merge-sort算法的实现,掌握外存算法所基于的I/O模型与内存算法基于的RAM模型的区别;理解不同的磁盘访问优化方法是如何提高数据访问性能的。-Merge-sort algorithm, to grasp the core algorithm based I/O model memory algorithm is based on the distinction RAM model understand how different disk access optimization m
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-01
    • 文件大小:121263
    • 提供者:
  1. WinHex161

    0下载:
  2. Winhex 是一个很不错的 16 进制文件编辑与磁盘编辑软件。 WinHex 以文件小、速度快,功能不输其它的 Hex 十六进位编辑器工具得到了 ZDNet Software Library 五 颗星最高评价,可做 Hex 与 ASCII 码编辑修改,多文件寻替换功能,一般运算及逻辑运算,磁盘磁区编辑(支持 FAT16、FAT32 和 NTFS)自动搜寻编辑,文件比对和分析等功能,另外 8.3 版新增了 RAM 编辑功能! -Winhex is a very good he
  3. 所属分类:SCM

    • 发布日期:2017-11-15
    • 文件大小:1502577
    • 提供者:杨鹏
  1. USBMem

    0下载:
  2. 学习如何用STM32做USB与PC通讯.使用了片上RAM模拟一个U盘,对初学USB的童鞋很有帮助.-Learning with STM32 USB and PC communications. Use of on-chip RAM to simulate a U disk, USB of children' s shoes helpful for beginners.
  3. 所属分类:SCM

    • 发布日期:2017-11-11
    • 文件大小:735858
    • 提供者:
  1. ramdisk

    0下载:
  2. r-thread中将ram虚拟成u盘的代码,参考这个例子可以实现将SD卡等存储设备虚拟成u盘-r-thread u will ram into the virtual disk code, refer to this example can achieve the SD cards and other storage devices into a virtual u disk
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:2102
    • 提供者:李述良
  1. Petit-FAT-File-System-Module-0.02a

    0下载:
  2. Petit FatFs is a sub-set of FatFs module for tiny 8-bit microcontrollers. It is written in compliance with ANSI C and completely separated from the disk I/O layer. It can be incorporated into the tiny microcontrollers with a small memory even if the
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:40020
    • 提供者:WooQ
  1. stmCube_make_U_disk

    0下载:
  2. 详细描述用stmCubeMX自动生成一个U盘的过程,利用stm32f2xx系列内部的RAM,制作一个32KB的U盘。-Described in detail with stmCubeMX automatically generate a U disk, the process of using stm32f2xx series internal RAM, making a 32 KB of U disk.
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1425802
    • 提供者:郑郁正
  1. project4

    0下载:
  2. 本例程移实现SD卡虚拟U盘功能。本例程的源代码主要来自于ST的USB固件库中的范例。 程序功能有: (1) 输入字符1,软件移除U盘设备。 (2) 输入字符2,软件重新使能U盘设备。 在工程配置中,需要添加2个固件库中用到的预编译宏:USE_USB_OTG_FS,USE_EMBEDDED_PHY 如果需要跟踪USB通信过程,可以修改2行宏定义 : (a) usbd_usr.c 文件开头 //#define usb_printf pri
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:4487
    • 提供者:陈启康
  1. flash

    0下载:
  2. Flash存储器又称闪存,它结合了ROM和RAM的长处,不仅具备电子可擦除可编程(EEPROM)的性能,还可以快速读取数据(NVRAM的优势),使数据不会因为断电而丢失。U盘和MP3里用的就是这种存储器。在过去的20年里,嵌入式系统一直使用ROM(EPROM)作为它们的存储设备,然而近年来Flash全面代替了ROM(EPROM)在嵌入式系统中的地位,用作存储Bootloader以及操作系统或者程序代码-Flash memory also known as flash, it combines t
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1323
    • 提供者:王立
  1. sophia-2.1

    0下载:
  2. 索菲亚有独特的混合架构,是专门设计用于有效地存储数据使用的磁盘,闪存和RAM的组合。索菲亚允许不同的热(读/写密集)和冷数据。-Sophia has unique hybrid architecture that was specifically designed to efficiently store data using the combinations of Disk, Flash and RAM. Sophia allows to distinct Hot (read/write-in
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-12-13
    • 文件大小:7852243
    • 提供者:jack
  1. 51单片机控制CH375

    0下载:
  2. MCS-51单片机的C语言U盘文件读写示例程序,适用于89C52或者更大空间的单片机,也适用于ATMEL/PHILIPS/SST等具有1KB内部RAM的单片机(MCS-51 microcontroller C language, U disk file reading and writing sample procedures, applicable to 89C52 or larger space microcontroller, also applies to ATMEL/PHILIPS/S
  3. 所属分类:USB编程

    • 发布日期:2017-12-23
    • 文件大小:129024
    • 提供者:唯爱乐
  1. pff3

    0下载:
  2. 文件系统源码,非常好用,非常好移植,可以移植于51单片机(etit FatFs is a sub-set of FatFs module for tiny 8-bit microcontrollers. It is written in compliance with ANSI C and completely separated from the disk I/O layer. It can be incorporated into the tiny microcontrollers with
  3. 所属分类:嵌入式/单片机编程

  1. 股票推荐系统

    0下载:
  2. 基于股票推荐系统 硬件环境 CPU:Pentium III 800MHz的 (最好是Intel Pentium IV 1GMHz) 内存:512MB(最好是1GB) 硬盘:至少6GB 2)软件环境 操作系统:Windows 2003 Server 数据库:SQL Server 2005 编程环境:Matlab R2009a,MicroSoft Visual Basic 6.0(stock recsystem hardware CPU: Pentium III 800MHz
  3. 所属分类:金融证券系统

    • 发布日期:2018-04-22
    • 文件大小:11954176
    • 提供者:Ddartagnan
« 1 2 3»
搜珍网 www.dssz.com